Mega Code Archive

Categories
1) Android
2) ASP.Net
3) ASP.Net Tutorial
4) C
5) C Tutorial
6) C#
7) C# Book
8) C# by API
9) C# Tutorial
10) C++
11) C++ Tutorial
12) Delphi
13) Flash ActionScript
14) Flex
15) Java
16) Java Book
17) Java by API
18) Java Tutorial
19) JavaScript DHTML
20) JavaScript Reference
21) JavaScript Tutorial
22) MSOfficeExcel 2007 Tutorial
23) MSOfficePowerPoint 2007 Tutorial
24) MSOfficeWord 2007 Tutorial
25) MSSQL
26) MSSQL Tutorial
27) MySQL
28) MySQL Tutorial
29) Oracle PLSQL
30) Oracle PLSQL Tutorial
31) Perl
32) Php
33) PostgreSQL
34) Python
35) Python Tutorial
36) Ruby
37) Silverlight
38) VB.Net
39) VB.Net by API
40) VB.Net Tutorial
41) Visual C++ .NET
42) VisualBasic Script
43) XML
44) XML Tutorial
 
C++ Tutorial
1) Array
2) Bitset
3) Class
4) Data Types
5) Deque
6) Development
7) Exceptions
8) File Stream
9) Function
10) Language Basics
11) List
12) Map Multimap
13) Operator Overloading
14) Operators Statements
15) Pointer
16) Queue Stack
17) Set Multiset
18) STL Algorithms Binary Search
19) STL Algorithms Heap
20) STL Algorithms Helper
21) STL Algorithms Iterator
22) STL Algorithms Merge
23) STL Algorithms Min Max
24) STL Algorithms Modifying Sequence Operations
25) STL Algorithms Non Modifying Sequence Operations
26) STL Algorithms Sorting
27) STL Introduction
28) String
29) Structure
30) Template
31) Valarray
32) Vector
Operator Overloading
1) + is overloaded for int + Point
2) + is overloaded for Point + int
3) + is overloaded using friend function
4) A custom extractor ()
5) A custom inserter ()
6) Add a range check to for overloaded [] operator
7) An example of overloading new and delete globally
8) Class level ostream operator and istream operator
9) Class ostream operator
10) Complex logic in ostream operator
11) Conversion operator
12) Define -, + and = for the ThreeD class
13) Demonstrate prefix and postfix ++
14) Design the operator[ ]( ) function in such a way that the [ ] can be used on both the left and right sides of an assi
15) Double cast operator
16) Friend operator
17) Friend ostream operator for private fields
18) Ignore
19) Istream operator with data check
20) Lvalues and rvalues
21) Make op-- a friend; use reference
22) Operator+( ) function
23) Ostream and istream operator for a class
24) Overload & operator
25) Overload ( ) for Point
26) Overload () operator for two values
27) Overload (inserter)
28) Overload [] operator for class
29) Overload assignment for Point
30) Overload comma for Point
31) Overload for integer + object and object + integer
32) Overload operator plus (=)
33) Overload ostream and istream operator
34) Overload prefix ++ for Point
35) Overload the ++ unary operator
36) Overload the postfix version of ++
37) Overloaded delete operator relative to Pointer
38) Overloaded new operator relative to Point
39) Overloading
40) Overloading ( ) for the loc class
41) Overloading ++
42) Overloading De-reference operator
43) Overloading new and delete
44) Overloading operators for enumerations
45) Overloading the by showing the equivalence between ob i and obi when operator( ) returns the this pointer.t
46) Overloading the Comma Operator
47) Overloading the copy assignment operator
48) Overloading the increment operator
49) Provide range checking for operator []
50) The overloaded less-than operators with double value
51) The overloaded operator[ ]( ) function returns the value of the array as indexed by the value of its parameter
52) Use a friend to overload
53) Use overloaded +=
54) Using a Friend to Overload ++ or